string_explode
Syntax:
string_explode(string, delim, keep_empty)
Arguments:
| Argument Name | Type | Description |
|---|---|---|
| string | string | string to explode |
| delim | string | delimiter to use |
| keep_empty | bool | (default = false) if set, keeps empty strings |
Returns: (array)
Description:
Loading page...
